home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q105 / 2 / 34.TXT < prev    next >
Text File  |  1993-11-02  |  3KB  |  73 lines

  1. DOCUMENT:Q105234  27-OCT-1993  [W_NT]
  2. TITLE   :Windows NT Telnet Uses VT100 for UNIX Terminal Emulation
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. If a user logs into a UNIX machine using the TELNET command from
  16. Windows NT and some screen-oriented UNIX utilities do not function
  17. properly or show garbage on the screen, the user's TERMCAP may not be
  18. set properly. Because Windows NT Terminal (used for TELNET) defaults
  19. to VT100 emulation, the TERMCAP should be set for VT100 on the UNIX
  20. machine.
  21.  
  22. Use the following procedure to verify which TERMCAP is being used:
  23.  
  24. 1. Establish a TELNET session and log on to the UNIX machine.
  25.  
  26. 2. Type the following at the UNIX prompt (usually a $):
  27.  
  28.       set
  29.  
  30. 3. Verify that the environment variable TERM is set to VT100.
  31.  
  32. 4. If the TERM variable is not set to VT100, at the UNIX prompt, type
  33.    the following and press ENTER:
  34.  
  35.       set TERM=vt100
  36.  
  37. 5. Type the following and press ENTER:
  38.  
  39.       export TERM
  40.  
  41. For most versions of UNIX, this should reset the terminal type to
  42. VT100, and all screen-oriented utilities should function as usual.
  43.  
  44. MORE INFORMATION
  45. ================
  46.  
  47. Because UNIX is a multitasking, multi-user operating system, it can
  48. be configured to use many different terminal types. The TERMCAP files
  49. define what terminal-specific information UNIX sends to a terminal for
  50. cursor control (similar to ANSI.SYS in MS-DOS). Screen display
  51. problems may occur if the TERMCAP is defined incorrectly. An example
  52. of a screen-oriented UNIX utility is the text editor program, vedit,
  53. which can be used to test the screen settings.
  54.  
  55. Additional reference words: 3.10 Ultrix crt VT-100
  56. KBCategory:
  57. KBSubcategory: tpip
  58.  
  59. =============================================================================
  60.  
  61. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  62. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  63. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  64. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  65. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  66. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  67. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  68. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  69. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  70. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  71. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  72.  
  73. Copyright Microsoft Corporation 1993.